@charset "UTF-8";
* {
  font-family: font-min;
  box-sizing: border-box;
}
body,
html {
  color: #030303;
  background: #f1f6fb;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #0457A9;
}
a:active,
a:visited,
a:focus {
  text-decoration: none;
  color: inherit;
}
p {
  margin: 0;
  line-height: 2;
}
i,
em {
  font-style: normal;
}
img {
  width: 100%;
  height: auto;
  font-size: 12px !important;
}
input,
button {
  outline: none;
}
.clear {
  clear: both;
}
.color-blue {
  color: #0457A9 !important;
}
.color-black {
  color: #030303 !important;
}
.color-gray {
  color: #676767 !important;
}
.color-grey {
  color: #9B9B9B !important;
}

